Instance of this class is passed to callback function. It provides information about success or failure of
the operation as well as you will use it to get the results of the asynchronous call.
Members
-
ErrorITHit.WebDAV.Client.Exceptions.WebDavException Error null
-
Error (Exception) object. Describes the type of error that occurred. Null if request was successful.
-
IsSuccessboolean
-
Flag of either async request result was successful or not.
-
Result*
-
Result value. Can be any type, each method may put there appropriate object which before was returned directly. Null if request was unsuccessful.
-
Status of HTTP response retrieved either from Result or Error objects